html, body {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  height: 100%;
  }
  body header {
    background-color: #f5f5f5;
  }
    body header .title {
      font-size: 24px;
      line-height: 80px;
      color: black;
    }
    body header .fhir-logo {
      text-align: left;
    }
    body header .kv-digital-logo-header {
      text-align: right;
    }
    body header img {
      max-height: 70px;
      margin-top: 10px;
      margin-bottom: 5px;
    }
  body .content {
    min-height: 100%;
    position: relative;
    height: auto !important;
    margin-bottom: -155px;
    padding-bottom: 155px;
  }
  body footer {
    background-color: #636363;
    color: #E0E0E0;
    height: auto;
    position: relative;
    padding-top: 20px;
  }
    body footer a:hover {
      color: #0B2A49
    }
    body footer img {
      height: 70px;
      padding-left: 2px;
      margin-bottom: 5px;
    }
    body footer .footer-left {
      float: left;
      padding-left: 15px;
    }
      body footer .footer-left img {
        margin-right: 5px;
      }
    body footer .kv-digital-logo-footer {
      float: right;
    }
    body footer .footer-right {
      float: right;
      margin-left: 15px;
    }

.kv-digital-logo {
  float: right;
  margin-right: 5px;
  height: 110px;
}

.alert-warning {
  background-color: #EB9F4733;
  border: 0.1rem solid #EB9F47cc;
  color: #EB9F47;
  padding: 8px;
}

.alert-warning span {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.alert-warning a {
  font-weight: normal;
}

.alert-warning a b {
  margin: 0 15px 0 13px;
}

#warning-sign {
  color: #EB9F47cc;
  font-size: 2.9rem;
  font-weight: normal;
  margin: 0 10px 0 7px;
}

.dynamic {
    display: none;
    background-color: transparent;
    color: transparent;
    padding: 5px;
    text-align: center;
    height: 30px;
}
    .dynamic.versions-banner.not-latest {
        background-color: #EB9F47;
        color: #fff;
    }
    .dynamic.versions-banner.latest {
        background-color: #5cb85c;
        color: #fff;
    }

blockquote {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #0B2A49CC;
  font-style: italic;
}

img {
  overflow: scroll;
  width: auto;
  max-width: 100%;
}

a {
  color: #16B1A9;
}

.headline {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}

.guide-info {
  margin: 0 8px;
}

.oauth-img {
  width: 75%;
  display: block;
  margin: 20px auto;
}